home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / id003.dxr / 00067.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  218 b   |  18 lines

  1. on exitFrame
  2.   repeat with n = 7 to 7
  3.     handcursor(n)
  4.   end repeat
  5.   if the timer < 8840 then
  6.     go(the frame)
  7.   else
  8.     cursorOff()
  9.     go(110)
  10.   end if
  11. end
  12.  
  13. on mouseUp
  14.   sound stop 1
  15.   sound stop 2
  16.   go(110)
  17. end
  18.